Logger

open class Logger

Functions

Link copied to clipboard
open fun d(@NonNull msg: String): Int
open fun d(@Nullable tr: Throwable): Int
open fun d(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun d(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun dev(@NonNull msg: String): Int
open fun dev(@Nullable tr: Throwable): Int
open fun dev(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun dev(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun devt(@NonNull tag: Any, @NonNull msg: String): Int
open fun devt(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun devt(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int
Link copied to clipboard
open fun dt(@NonNull tag: Any, @NonNull msg: String): Int
open fun dt(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun dt(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int
Link copied to clipboard
open fun e(@NonNull msg: String): Int
open fun e(@Nullable tr: Throwable): Int
open fun e(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun e(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun et(@NonNull tag: Any, @NonNull msg: String): Int
open fun et(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun et(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int
Link copied to clipboard
open fun getCallerTraceInfo(@NonNull klass: Class): String
Link copied to clipboard
open fun i(@Nullable tr: Throwable): Int
open fun i(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun i(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun it(@NonNull tag: Any, @NonNull msg: String): Int
open fun it(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun it(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int
Link copied to clipboard
open fun setLogLevel(logLevel: Int)
Link copied to clipboard
open fun v(@Nullable tr: Throwable): Int
open fun v(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun v(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun vt(@NonNull tag: Any, @NonNull msg: String): Int
open fun vt(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun vt(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int
Link copied to clipboard
open fun w(@NonNull msg: String): Int
open fun w(@Nullable tr: Throwable): Int
open fun w(@NonNull format: String, @NonNull args: Array<Any>): Int
open fun w(@NonNull msg: String, @Nullable tr: Throwable): Int
Link copied to clipboard
open fun wt(@NonNull tag: Any, @NonNull msg: String): Int
open fun wt(@NonNull tag: Any, @Nullable tr: Throwable): Int
open fun wt(    @NonNull tag: Any,     @NonNull msg: String,     @Nullable tr: Throwable): Int